home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / scattered-bolts.swf / scripts / frame_8 / PlaceObject3_98_78 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2011-10-17  |  104b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.player))
  3.    {
  4.       this.gotoAndPlay(2);
  5.    }
  6. }
  7.